AttachToTargetRequest

data class AttachToTargetRequest(targetId: TargetID, flatten: Boolean?)

Represents request frame that can be used with Target#attachToTarget operation call.

Attaches to the target with given id.

See also

Constructors

AttachToTargetRequest
Link copied to clipboard
fun AttachToTargetRequest(targetId: TargetID, flatten: Boolean? = null)

Properties

flatten
Link copied to clipboard
val flatten: Boolean? = null
Enables "flat" access to the session via specifying sessionId attribute in the commands.
targetId
Link copied to clipboard
val targetId: TargetID

Sources

jvm source
Link copied to clipboard